DX11 GET OBJECT CAMERA MASK

Retrieves the camera mask of the given object.
If not excplicitly set, an object's camera mask will default to 0xffffffff (a 32-bit value with all bits set), meaning it will
be rendered to all cameras. See the DX11 SET OBJECT CAMERA MASK reference for more details.

  Syntax
Return Dword = DX11 GET OBJECT CAMERA MASK(object)
  Parameters
object
Dword
The object to get the camera mask of.

  Returns

The camera mask of the specified object.

  See also

OBJECT Functions Menu
DX11 Function Categories